home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
ausgabe_9_96
/
kommunikation
/
voodoo
/
s
/
smtppost.bat
< prev
Wrap
DOS Batch File
|
1996-03-07
|
682b
|
27 lines
;------------------------Begin Send Mail-----------------------
List to t:SMTPPostBatTempFile $SMTPSPOOLDIR/#? LFormat="SMTPPost $SMTPSPOOLDIR/%N >NIL:"
Resident AMITCP:bin/SMTPPost PURE ; not needed
Echo "*N Start mailing..."
Execute t:SMTPPostBatTempFile
Echo "*N End of mailing..."
Delete t:SMTPPostBatTempFile QUIET
Resident SMTPPost REMOVE
RequestChoice >ENV:RCNum " Please advise me" " Hey $USER, *N Shall I delete all Files in SMTPSpoolDir ?" "Yes" "No"
If Val $RCNum EQ 0
Echo "*N*N Well, in this case keep ehm...*N"
quit
Endif
Delete $SMTPSPOOLDIR/#?
;-------------------------End Send Mail ----------------------------